home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / New System Software Extensions / ODBC for Macintosh / ODBC Tools / SampleSetup / Sources / DBMSsetup.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-19  |  302 b   |  21 lines  |  [TEXT/MPS ]

  1. /*
  2.  *    DBMSsetup.h
  3.  *
  4.  *    (c) Apple Computer, Inc 1993
  5.  */
  6.  
  7. #ifndef __DBMSsetup__
  8. #define __DBMSsetup__
  9.  
  10. #ifndef __WINDOWS__
  11. #include <Windows.h>
  12. #endif
  13.  
  14. #ifndef __ODBCdbmsSetup__
  15. #include "ODBCdbmsSetup.h"
  16. #endif
  17.  
  18. Boolean DoDBMSsetup(WindowPtr parentWindow, DataSourceInfo *info);
  19.  
  20. #endif __DBMSsetup__
  21.